home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Utilities / MRQ / MRQ.readme < prev   
Text File  |  1998-08-01  |  2KB  |  45 lines

  1. Short:    The MUI requester improver
  2. Author:   Matthias.Bethke@stud.uni-erlangen.de
  3. Uploader: Matthias.Bethke@stud.uni-erlangen.de
  4. Type:     util/cdity
  5. Version:  1.7
  6.  
  7.  
  8. If you like ARQ's functionality but find it a little old-fashioned,
  9. have a look at this! It's a MUIfied rewrite with similar features
  10. (new imagery, ARexx support, keyboard control etc.) and lots of new ones.
  11.  
  12. New since V1.6:
  13.  
  14. V1.7                    - now uses the pr_WindowPtr if called from a
  15.                           process The precedence of screens is now:
  16.                           -> frontmost screen if requested
  17.                           -> window passed to EasyRequestArgs() (i.e. its
  18.                              screen)
  19.                           -> pr_WindowPtr if any
  20.                           -> the default public screen
  21.                         - bugfix: garbage appeared in the error requester
  22.                           when EasyRequestArgs() was called with a NULL
  23.                           pointer in es_TextFormat or es_GadgetFormat
  24.                         - implemented rtEZRequestA patch
  25.                           Currently supported tags/flags:
  26.                           RT_Window, RT_IDCMPFlags, RT_WaitPointer,
  27.                           RT_LockWindow, RTEZ_ReqTitle, RTEZ_Flags,
  28.                           EZREQF_CENTERTEXT, EZREQF_NORETURNKEY
  29.                           Explicitely not supported: RT_ReqHandler;
  30.                           requesters using this will be rerouted to
  31.                           reqtools.library.
  32.                           All other tags are ignored as most of them would
  33.                           modify MRQ's behavior in undesirable or currently
  34.                           impossible ways. If you want some feature, ask!
  35.                         - added NORTPATCH tooltype to disable the reqtools
  36.                           patch
  37.                         - changed the default MRQ window title to be
  38.                           "Information" for 1-button requesters and
  39.                           "Request" for those with more (idea from
  40.                           reqtools)
  41.                         - bugfixed and improved the installer script a lot,
  42.                           you can now configure all of MRQ's tooltypes
  43.                           using the installer. German texts for the
  44.                           installer script are now available, too.
  45.